ChannelListUIParams

data class ChannelListUIParams(val enableTypingIndicator: Boolean = UIKitConfig.groupChannelListConfig.enableTypingIndicator, val enableMessageReceiptStatus: Boolean = UIKitConfig.groupChannelListConfig.enableMessageReceiptStatus)

This class is used to determine whether to display features in the channel list.

Since

3.6.0

Constructors

Link copied to clipboard
fun ChannelListUIParams(enableTypingIndicator: Boolean = UIKitConfig.groupChannelListConfig.enableTypingIndicator, enableMessageReceiptStatus: Boolean = UIKitConfig.groupChannelListConfig.enableMessageReceiptStatus)

Properties

Link copied to clipboard
val enableMessageReceiptStatus: Boolean

Sets whether to display message receipt status in the channel list. If this value is true, the message receipt status is displayed in the channel list.

Link copied to clipboard
val enableTypingIndicator: Boolean

Sets whether to display typing indicator in the channel list. If this value is true, the typing indicator is displayed in the channel list.